home *** CD-ROM | disk | FTP | other *** search
/ HaCKeRz Kr0nlcKLeZ 1 / HaCKeRz Kr0nlcKLeZ.iso / scriptz / s13b2197.exe / plugins / plugit.plg < prev    next >
Encoding:
Text File  |  1996-11-12  |  411 b   |  6 lines

  1. echo %plugact -:[webrunner's plugit plugin creator/editor]:-
  2. if %pluginfo == $null { set %plugit $$file="Select plugin to edit" [ $mircdir $+ plugins\*.plg ] }
  3. if %pluginfo != $null { %plugit = $mircdir $+ plugins\ $+ %pluginfo $+ .plg }
  4. if %plugit == $null { echo %plugact -:[no plugin chosen]:- | halt } 
  5. if %plugit != $null { run notepad %plugit | echo %plugact -:[editing %plugit $+ ]:- }
  6. unset %plugit